func runtime.notewakeup

20 uses

	runtime (current package)
		lock_futex.go#L149: func notewakeup(n *note) {
		proc.go#L1711: 		notewakeup(&sched.sysmonnote)
		proc.go#L1727: 			notewakeup(&mp.park)
		proc.go#L2176: 		notewakeup(&sched.safePointNote)
		proc.go#L2811: 			notewakeup(&newmHandoff.wake)
		proc.go#L3039: 	notewakeup(&nmp.park)
		proc.go#L3081: 			notewakeup(&sched.stopnote)
		proc.go#L3090: 			notewakeup(&sched.safePointNote)
		proc.go#L3208: 	notewakeup(&mp.park)
		proc.go#L3234: 		notewakeup(&sched.stopnote)
		proc.go#L4550: 		notewakeup(&sched.sysmonnote)
		proc.go#L4578: 			notewakeup(&sched.stopnote)
		proc.go#L4823: 		notewakeup(&sched.sysmonnote)
		proc.go#L4871: 		notewakeup(&sched.sysmonnote)
		proc.go#L6066: 			notewakeup(&mp.park)
		profbuf.go#L386: 			notewakeup(&b.wait)
		profbuf.go#L413: 			notewakeup(&b.wait)
		rwmutex.go#L112: 				notewakeup(&w.park)
		rwmutex.go#L155: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)